Problems with unicode

Z

Ziemowit

Hi all

I have a problem with unicode. Because of my location, most of my apps
are in polish. In a few cases, data readed from database are displayed
incorrectly. In databse I have string with polish characters. This
string is displayed in page without polish chars. I can not find why it
is. I have been trying witch seting codepages, both in server-side both
in final html. No results. While debuging application, I saw that all
strings are correct, so problem looks to be in displaying.
I will be very grateful for any help. I'm starting crazy.

--
Greetings
Ziemowit Skowronski
ziemowits(malpa)wp(kropka)pl
GG:#2084659
ICQ:#179228949
 
J

Joerg Jooss

Ziemowit said:
Hi all

I have a problem with unicode. Because of my location, most of my apps
are in polish. In a few cases, data readed from database are displayed
incorrectly. In databse I have string with polish characters. This
string is displayed in page without polish chars. I can not find why
it is. I have been trying witch seting codepages, both in server-side
both in final html. No results. While debuging application, I saw
that all strings are correct, so problem looks to be in displaying.
I will be very grateful for any help. I'm starting crazy.

So what encoding are you using for your HTML? What encoding is being used in
the database? What is <globalization /> in web.config set to?

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top