954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

utf-8

Hi, I am wodering how to store and retrieve czech, or other utf-8 related language, characters using IIS

5.0 and SQL server 2000;
I try to explain:
at the beginning I was using the 1252 default codepage (with no charset specified) and some character was

immediately changed when posting toward a new page and, consequently, into the database;
then I found I microsoft suggestion ( http://support.microsoft.com/default.aspx?scid=KB;en-us;q232580 )

that says to add the codepage session as 65001 (<% Session.Codepage=65001 %>) but with no success: now

the character not recognized are deleted.
Of course I have tryed to add and remove the utf-8 charset into the head with the same sad results.
Where is the mistake? anybody can give me suggestions?
Thank you in advance.
Dino

alchiasp
Newbie Poster
1 post since May 2005
Reputation Points: 10
Solved Threads: 0
 
<%
'Sets the Locale ID session property 
Session.LCID = 1029
%>

this is for Czech

im not too sure this is what you want (i dont know what you want) but try it.

place it at the top of your page

william_stam
Junior Poster
131 posts since Mar 2005
Reputation Points: 10
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You