loading data from a flat file to table using informatica, having both english and foreign language c
Posted
by Manish
on Stack Overflow
See other posts from Stack Overflow
or by Manish
Published on 2009-11-16T09:28:03Z
Indexed on
2010/05/22
7:40 UTC
Read the original article
Hit count: 278
I am loading data from a flat file to table using informatica, the file has both english and foreign language characters like chinese, and others. The foreign language characters are not getting displayed properly after loading. How can this problem be solved ? I could solve it by using code page UTF - 16 Encoding of Unicode Platform Endian, earlier i was using different code page UTF-8.
© Stack Overflow or respective owner