|
| ||||||||||
| Tags: asp page, chinese character, print |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to print Chinese character in ASP page
I have a utf-8 unicode E999A2, which is a Chinese character. I want to print this character in the ASP page. But I am totally unaware about this. Does anybody know how can I print out this chinese character in a ASP page ? any ideas....kindly suggest |
|
#2
| ||||
| ||||
| Re: How to print Chinese character in ASP page
Did you tried to cut 'n' paste this text from notepad? If yes then when you select the Save As menu item, does it show the file encoded as UTF-8? These characters:- are a UTF-8 Preamble. Actually, you should'nt be able to see them in notepad. If you are, then Delete them. Use Save As and ensure the encoding is UTF-8... |
|
#3
| |||
| |||
| Re: How to print Chinese character in ASP page
You can also use "Response.Write(chr(&H41))" in my ASP VB script to print out "A" on the page. But couldn't figure out how to do the same thing to chinese characters which is utf-8 based unicode. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to print Chinese character in ASP page" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Microsoft excel is not able to print some document which use to print on one page | sObama | Windows Software | 5 | 14-05-2011 11:03 PM |
| Unable to display Chinese character folder in Window 7 | Elizabeth%allen | Operating Systems | 4 | 23-01-2011 06:05 PM |
| How to redirect page to print page in Google Chrome? | Sahira | Technology & Internet | 5 | 08-03-2010 10:34 AM |
| Problem of Print Preview & Print of web page in IE over windows 7 OS | Rup_me | Operating Systems | 3 | 05-12-2009 12:02 PM |
| How to print html page with the print dialogue | Gefry | Software Development | 3 | 27-07-2009 11:06 AM |