utf-8

Reply

Join Date: May 2005
Posts: 1
Reputation: alchiasp is an unknown quantity at this point 
Solved Threads: 0
alchiasp alchiasp is offline Offline
Newbie Poster

utf-8

 
0
  #1
May 6th, 2005
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...;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
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 131
Reputation: william_stam is an unknown quantity at this point 
Solved Threads: 2
william_stam's Avatar
william_stam william_stam is offline Offline
Junior Poster

Re: utf-8

 
0
  #2
May 11th, 2005
  1. <%
  2. 'Sets the Locale ID session property
  3. Session.LCID = 1029
  4. %>

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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC