Multilangauge problem
-
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
-
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
1. Please ensure whether you have installed language packs. 2. Make us to understand your situation by providing some code snippets.
Thanks a lot
-
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
Did you want to make multilanguage program?