<?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>Question Re: UTF8 conversion in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820483#M4851326</link>
    <description>&lt;P&gt;...not THIS comment, Vincent Buck's comment &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2010 16:50:20 GMT</pubDate>
    <dc:creator>Breck_Carter</dc:creator>
    <dc:date>2010-04-01T16:50:20Z</dc:date>
    <item>
      <title>UTF8 conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaq-p/13820478</link>
      <description>&lt;P&gt;Is there any way to convert some column from iso to utf8?&lt;/P&gt;

&lt;P&gt;Something like... SELECT Id, UTF8(Name FROM table;&lt;/P&gt;

&lt;P&gt;I need because JSON issue, i need to convert it in PHP using utf8 funcions... I'd like to receive the data already converted.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2010 20:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaq-p/13820478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T20:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: UTF8 conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820481#M4851324</link>
      <description>&lt;P&gt;Did you try &lt;CODE&gt;CSCONVERT&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2010 21:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820481#M4851324</guid>
      <dc:creator>former_SQLA_member1694886</dc:creator>
      <dc:date>2010-03-31T21:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: UTF8 conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820479#M4851322</link>
      <description>&lt;P&gt;Vincent has pointed you in the right direction in his comment to your question.&lt;/P&gt;

&lt;P&gt;If you want to convert your data from database character to UTF8 then using&lt;/P&gt;

&lt;LI-CODE lang="sql"&gt;set @utf8_data = csconvert( @your_db_char_data, 'utf8' );
&lt;/LI-CODE&gt;

&lt;P&gt;will convert @your_db_char_data from the database character set to UTF8.&lt;/P&gt;

&lt;P&gt;For more information on the csconvert function see &lt;A href="http://dcx.sybase.com/index.html#1101en/dbreference_en11/csconvert-alphabetical-functions.html" rel="nofollow"&gt;http://dcx.sybase.com/index.html#1101en/dbreference_en11/csconvert-alphabetical-functions.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2010 12:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820479#M4851322</guid>
      <dc:creator>MarkCulp</dc:creator>
      <dc:date>2010-04-01T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: UTF8 conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820480#M4851323</link>
      <description>&lt;P&gt;Also consider casting the column to NCHAR using TO_NCHAR( col ) or CAST( col as NCHAR ). You can also then manipulate the string as UTF8 within the database server itself as needed. I'm expecting (though I haven't tried it) that JSON will do "the right thing" with NCHAR values.&lt;/P&gt;

&lt;P&gt;-john.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2010 15:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820480#M4851323</guid>
      <dc:creator>johnsmirnios</dc:creator>
      <dc:date>2010-04-01T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: UTF8 conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820482#M4851325</link>
      <description>&lt;P&gt;Soooo... if you like a comment, vote it up: hover over the comment and you will see a teeny clickable arror.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2010 15:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820482#M4851325</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2010-04-01T15:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: UTF8 conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820483#M4851326</link>
      <description>&lt;P&gt;...not THIS comment, Vincent Buck's comment &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2010 16:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/utf8-conversion/qaa-p/13820483#M4851326</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2010-04-01T16:50:20Z</dc:date>
    </item>
  </channel>
</rss>

