I am trying to use the Unicode UTF-16 character set, but I am unsure how to do this, by default when I use the Unicode character set it uses UTF-8 which changes foreign Spanish, Arabic, etc. characters into ?. I am currently using Teradata 14.
Asked
Active
Viewed 206 times
1
-
2I thought unicode data in TD was always UTF-16. How are you loading your data? – Andrew Jun 09 '15 at 03:59
-
could you please provide the ddl statement once @BobDunakey – Aritra Bhattacharya Jun 09 '15 at 08:42
-
The issue ended up being with the loader I was using. It was converting the data to ASCII. – Bob Jun 09 '15 at 19:41