|
-
Feb 23rd, 2009, 07:50 AM
#1
Thread Starter
Hyperactive Member
what is the character encoding of vs2005/2008?
I use the program which is made by vs2008 C#.net to type the chinese character and then save to mssql database. I can successfully see the chinese in sql browser, but when I use php and using utf-8 to get the chinese back, and there is Mojibake. So, what is the charset of my web?
-
Feb 23rd, 2009, 02:06 PM
#2
Re: what is the character encoding of vs2005/2008?
The encoding of the application Visual Studio is not the problem, Visual Studio is simply the IDE in which you create applications. If you're displaying non-English characters, then you should set the document's CharSet in the HTML. What have you set the current charset to?
-
Feb 24th, 2009, 01:34 PM
#3
Thread Starter
Hyperactive Member
Re: what is the character encoding of vs2005/2008?
I thought mssql cannot save chinese character or utf-8/big5 b4...I think it is wrong now.
My webpage using charset=utf-8:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-
Feb 27th, 2009, 10:20 AM
#4
Thread Starter
Hyperactive Member
Re: what is the character encoding of vs2005/2008?
-
Feb 27th, 2009, 10:26 AM
#5
Re: what is the character encoding of vs2005/2008?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|