rajabe9209
7 years agoOccasional Contributor
Chinese Letter displaying as ??
Am testing Web page which is in chinese Language test data is in Excel Cell am pulling the testdate in variable and trying to using it in java script now when is pick the Excel data which is a chinese letter it shows in ?? in the variable
how to display the letter as it is in excel below are the code i used
var Temp=VarToString(excelMainSheet_TestCase.Cells.Item(i,9));
Log.Message(Temp)
Temp it shows as ?? mark