Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 07, 2013 02:04 AM by Chen Yu - MSFT
Member
72 Points
138 Posts
Jan 01, 2013 02:55 AM|LINK
Guys, Happy New year!
I have met a problem which related to the Chinese font. I stored Chinese font in sql server and try to retrieve it, but it displays "???" instead of Chinese font. Help me fix the problem.
Star
14274 Points
2814 Posts
Jan 01, 2013 04:54 AM|LINK
Refer:
http://stackoverflow.com/questions/923876/why-are-my-chinese-characters-not-displayed-correctly-in-c-sharp-string
http://www.codeproject.com/Articles/6515/Using-Character-Encoding-in-ASP-NET
http://www.c-sharpcorner.com/blogs/3556/storing-arabic-and-chinese-fonts-in-sql-server.aspx
Jan 01, 2013 02:17 PM|LINK
I have already created a table that have it's own data values. Is it possible to retrieve it back?
305 Points
73 Posts
Jan 01, 2013 02:29 PM|LINK
Please added META tag to the HTML of the web page. It is placed with the header between <HEAD> and </HEAD>. This tag will look like the following:
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=gb2312">
Good luck
Jan 01, 2013 02:42 PM|LINK
Thanks for your concern. It is not works.
Jan 01, 2013 02:48 PM|LINK
lee123456 Thanks for your concern. It is not works.
Hmm.its working for me.
Any way leave that.Please refer my below links
http://www.pinyinjoe.com/faq/chinese-web-site-fonts-and-character-sets.htm
http://robrohan.com/2009/07/15/adventures-in-css2-font-embedding/
Good luck..
Jan 01, 2013 03:14 PM|LINK
It's still not works. Even it didnt display chinese font in my SQL SERVER. Thanks.
Jan 01, 2013 03:17 PM|LINK
Have you referred the links I have posted earlier..
You could try HTML Encode and Decode...
http://www.dotnetperls.com/httputility
All-Star
21600 Points
2493 Posts
Microsoft
Jan 02, 2013 08:31 AM|LINK
lee123456 It's still not works. Even it didnt display chinese font in my SQL SERVER. Thanks.
Hi,
When you open the table that store chinese font, did it display Chinese character normally ?
Thanks.
Jan 03, 2013 05:21 AM|LINK
No, unfortunately.
lee123456
Member
72 Points
138 Posts
Chinese font cannot display
Jan 01, 2013 02:55 AM|LINK
Guys, Happy New year!
I have met a problem which related to the Chinese font. I stored Chinese font in sql server and try to retrieve it, but it displays "???" instead of Chinese font. Help me fix the problem.
geniusvishal
Star
14274 Points
2814 Posts
Re: Chinese font cannot display
Jan 01, 2013 04:54 AM|LINK
Refer:
http://stackoverflow.com/questions/923876/why-are-my-chinese-characters-not-displayed-correctly-in-c-sharp-string
http://www.codeproject.com/Articles/6515/Using-Character-Encoding-in-ASP-NET
http://www.c-sharpcorner.com/blogs/3556/storing-arabic-and-chinese-fonts-in-sql-server.aspx
My Website
www.dotnetvishal.com
lee123456
Member
72 Points
138 Posts
Re: Chinese font cannot display
Jan 01, 2013 02:17 PM|LINK
I have already created a table that have it's own data values. Is it possible to retrieve it back?
0ramramram0
Member
305 Points
73 Posts
Re: Chinese font cannot display
Jan 01, 2013 02:29 PM|LINK
Please added META tag to the HTML of the web page. It is placed with the header between <HEAD> and </HEAD>. This tag will look like the following:
lee123456
Member
72 Points
138 Posts
Re: Chinese font cannot display
Jan 01, 2013 02:42 PM|LINK
Thanks for your concern. It is not works.
0ramramram0
Member
305 Points
73 Posts
Re: Chinese font cannot display
Jan 01, 2013 02:48 PM|LINK
Hmm.its working for me.
Any way leave that.Please refer my below links
http://www.pinyinjoe.com/faq/chinese-web-site-fonts-and-character-sets.htm
http://robrohan.com/2009/07/15/adventures-in-css2-font-embedding/
Good luck..
lee123456
Member
72 Points
138 Posts
Re: Chinese font cannot display
Jan 01, 2013 03:14 PM|LINK
It's still not works. Even it didnt display chinese font in my SQL SERVER. Thanks.
geniusvishal
Star
14274 Points
2814 Posts
Re: Chinese font cannot display
Jan 01, 2013 03:17 PM|LINK
Have you referred the links I have posted earlier..
You could try HTML Encode and Decode...
http://www.dotnetperls.com/httputility
My Website
www.dotnetvishal.com
Chen Yu - MS...
All-Star
21600 Points
2493 Posts
Microsoft
Re: Chinese font cannot display
Jan 02, 2013 08:31 AM|LINK
Hi,
When you open the table that store chinese font, did it display Chinese character normally ?
Thanks.
Feedback to us
Develop and promote your apps in Windows Store
lee123456
Member
72 Points
138 Posts
Re: Chinese font cannot display
Jan 03, 2013 05:21 AM|LINK
No, unfortunately.