Problem with unicode data
-
Hai.. I am extracting the data from various webpages using the IHTMLDocument2, IHTMLEElement and other interfaces in mshtml.dll. If webpage contains any unicode data it is returning some symbols like ???? ???? instead of the actual data. How to fix this bug and retrieve the actual data. Thanks, Raghu e.veera raghavendra
-
Hai.. I am extracting the data from various webpages using the IHTMLDocument2, IHTMLEElement and other interfaces in mshtml.dll. If webpage contains any unicode data it is returning some symbols like ???? ???? instead of the actual data. How to fix this bug and retrieve the actual data. Thanks, Raghu e.veera raghavendra
Hi, Is it returning the data ??????? or displaying like ???? (Suppose message box/MSDEV Editor).. If it displays ??????, you must install profer font on your PC. And also while creating fonts, you should mention the charset of the language you are using.. Operating systems also could be issues.. Can you tell me what operating systems you are using, font using and the language of interests... " Action without vision is only passing time, Vision without action is merely day dreaming, But vision with action can change the world " - Words from Nelson Mandela Thanks & Regards, Gopalakrishnan
-
Hi, Is it returning the data ??????? or displaying like ???? (Suppose message box/MSDEV Editor).. If it displays ??????, you must install profer font on your PC. And also while creating fonts, you should mention the charset of the language you are using.. Operating systems also could be issues.. Can you tell me what operating systems you are using, font using and the language of interests... " Action without vision is only passing time, Vision without action is merely day dreaming, But vision with action can change the world " - Words from Nelson Mandela Thanks & Regards, Gopalakrishnan
Hi, I have installed all the fonts in which I require, and using the Windows XP. Mainly i am retrieving the data using the IHTMLDocument and other IHTML interfaces and string into the CSting variables.After, I will write this data in the text file. Thnaks, e.veera raghavendra