Quantcast
Channel: SCN : Discussion List - SAP SQL Anywhere
Viewing all articles
Browse latest Browse all 125

unicode not working in nvarchar column

$
0
0

we are using sqlanywhere 12, I am trying to get some unicode characters displaying in our app

to start I though i would get it working in isql first

 

SELECT DB_PROPERTY( 'NcharCharSet' ); = 'UTF-8'

SELECT CONNECTION_PROPERTY( 'NcharCharSet' ); = 'UTF-8';

 

I have defined a column in the table as nvarchar(100);

 

If I insert something via isql into the table, for example

insert into mytable (mycol) values ('pokēmon go');

 

Select via isql, the nvchar columns are in a different font

and the accents are shown as spaces

 

What am I doing wrong?


Viewing all articles
Browse latest Browse all 125

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>