I have Japanese characters stored in a field defined as CCSID 65535 (hex) and was wondering what the best way was to display it.
I've tried "select cast(myfield as varchar(360) CCSID 1208 from table1" but this doesn't work. How can I convert this field to display Japanese characters correctly?.
Thanks.
I've tried "select cast(myfield as varchar(360) CCSID 1208 from table1" but this doesn't work. How can I convert this field to display Japanese characters correctly?.
Thanks.