Hi, I am copying data from a char array to a TCHAR array. In this case first byte of the TCHAR array element is same as char array byte ,but the second byte of the tchar array is FF sometimes instead of 00 for japanese character set. because of this I am not able to display japanese characters in web page when my system locale is enlish(us)
Surendra Vishwkarma