<?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: Unable to display Chinese character from Oracle database table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Unable-to-display-Chinese-character-from-Oracle-database-table/m-p/1729784#M55652</link>
    <description>&lt;P&gt;Ok I solved this myself. I find out it's because I store the chinese characters as VARCHAR which causes the error. I have to turn it to byte first then turn it to NVARCHAR, which is the only type that handles UTF8 and can be properly shown in the dashboard.&lt;BR /&gt;&lt;BR /&gt;UTL_RAW.CAST_TO_NVARCHAR2(UTL_RAW.CAST_TO_RAW(&amp;lt;column&amp;gt;))&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2020 06:44:53 GMT</pubDate>
    <dc:creator>JP_KS</dc:creator>
    <dc:date>2020-07-22T06:44:53Z</dc:date>
    <item>
      <title>Unable to display Chinese character from Oracle database table</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-display-Chinese-character-from-Oracle-database-table/m-p/1729154#M55608</link>
      <description>&lt;P&gt;I was trying to display some data from table columns containing Chinese characters, encoded in UTF8, but got some unknown characters instead. I have tried to do CONVERT in SQL and also ApplyCodePage but still displaying some unknown characters. I also tried to display it in byte code which gets System.byte[]. Is there any way to display the data without rebuilding the entire database?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-display-Chinese-character-from-Oracle-database-table/m-p/1729154#M55608</guid>
      <dc:creator>JP_KS</dc:creator>
      <dc:date>2024-11-16T18:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to display Chinese character from Oracle database table</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-display-Chinese-character-from-Oracle-database-table/m-p/1729784#M55652</link>
      <description>&lt;P&gt;Ok I solved this myself. I find out it's because I store the chinese characters as VARCHAR which causes the error. I have to turn it to byte first then turn it to NVARCHAR, which is the only type that handles UTF8 and can be properly shown in the dashboard.&lt;BR /&gt;&lt;BR /&gt;UTL_RAW.CAST_TO_NVARCHAR2(UTL_RAW.CAST_TO_RAW(&amp;lt;column&amp;gt;))&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 06:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-display-Chinese-character-from-Oracle-database-table/m-p/1729784#M55652</guid>
      <dc:creator>JP_KS</dc:creator>
      <dc:date>2020-07-22T06:44:53Z</dc:date>
    </item>
  </channel>
</rss>

