Writing Chinese lanuage text from Testcomplete 7.10 to html page
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2012
08:53 PM
02-12-2012
08:53 PM
Writing Chinese lanuage text from Testcomplete 7.10 to html page
Hi Team,
I am trying to write the Chinese language text from Testcomplete into html page. Here i could see the text display in testcomplete in chinese lang but when i tried to write the same text into html page its displaying as ????. Please help me to resolve this issue with simple example.
Thanks in advance,
Regards,
Mohanakshi
I am trying to write the Chinese language text from Testcomplete into html page. Here i could see the text display in testcomplete in chinese lang but when i tried to write the same text into html page its displaying as ????. Please help me to resolve this issue with simple example.
Thanks in advance,
Regards,
Mohanakshi
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2012
06:47 PM
02-13-2012
06:47 PM
Hello Mohanakshi,
Could you please specify what do you mean by writing Chinese text from TestComplete into an html page?
Are you trying to write Chinese text to an html file stored on your computer, or are you trying to insert Chinese text into some edit box of a web site?
If you are trying to write Chinese text to a file, could you please specify what methods are you using? Are you using the aqFile.WriteToTextFile method?
If you are trying to insert Chinese text into some edit box on a web page, please check whether your web browser uses the encoding that supports Chinese characters.
Thank you.
I’m not a member of the SmartBear Support Team, I’m just helping users in this community.
Any views or opinions expressed do not necessarily represent those of SmartBear Software.
Any views or opinions expressed do not necessarily represent those of SmartBear Software.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018
10:52 PM
09-17-2018
10:52 PM
Use <meta charset=" +"utf-8" + "> in the HTML file
