470,590 Members | 2,515 Online
Bytes | Developer Community
New Post

Home Posts Topics Members FAQ

Post your question to a community of 470,590 developers. It's quick & easy.

problem with displaying Unicode strings

Hi,

I have a problem with displaying unicode strings in ASP.NET (C#). I
recieve data from MS SQL Server database and use them to construct
navigation on the page. Because I'm from Poland, I have to display
Polish accent characters and here is a problem. On my testing/developing
server (Windows 2003 Server) all works fine, but on production server
(Windows 2000 Server) Polish accents are missing. Database collation is
set to Polish_CI_AS, all codepages in web.config (request and response)
are set to utf-8, culture is set to pl-PL, charset in result HTML is
also set to utf-8 and xhtml header has also encoding utf-8.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 16 '05 #1
1 1825
Ziemowit Skowronski <zi*******@wp.pl> wrote:
I have a problem with displaying unicode strings in ASP.NET (C#). I
recieve data from MS SQL Server database and use them to construct
navigation on the page. Because I'm from Poland, I have to display
Polish accent characters and here is a problem. On my testing/developing
server (Windows 2003 Server) all works fine, but on production server
(Windows 2000 Server) Polish accents are missing. Database collation is
set to Polish_CI_AS, all codepages in web.config (request and response)
are set to utf-8, culture is set to pl-PL, charset in result HTML is
also set to utf-8 and xhtml header has also encoding utf-8.


See http://www.pobox.com/~skeet/csharp/d...ngunicode.html

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

30 posts views Thread by aurora | last post: by
2 posts views Thread by Quimbly | last post: by
5 posts views Thread by Norman Diamond | last post: by
14 posts views Thread by Dennis Benzinger | last post: by
4 posts views Thread by Alexey Moskvin | last post: by
By using this site, you agree to our Privacy Policy and Terms of Use.