| | |
utf-8
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: May 2005
Posts: 1
Reputation:
Solved Threads: 0
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
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
ASP Syntax (Toggle Plain Text)
<% '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
![]() |
Similar Threads
- UTF-8 and PDF (PHP)
- Porblem in UTF-8 support on CSV/EXCEL (PHP)
- problem save UTF-8 into DB (Oracle)
- Illegal operation @ startup (Windows NT / 2000 / XP)
- another newbie with alot of redhat and apache server Q'S (Linux Servers and Apache)
- win XP issues (Windows NT / 2000 / XP)
- Encoding (Unicode) problem in IE 6.0 (Web Browsers)
Other Threads in the ASP Forum
- Previous Thread: Error publishing Asp pages on WinME, personal webserver
- Next Thread: Help with search coding
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection dreamweaver excel fso iis msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption single specfic sqlserver sqlserverconnection windows7





