Click to See Complete Forum and Search --> : Problem with french characters in Web Forms depending on IE configuration


dclar
February 25th, 2005, 08:25 AM
Hello,

I'm using web forms for people to fill some information and send it to our database.

As far as I understand, despite the cultureinfo set to fr-FR, some acute characters are transformed to a reverse question mark (up side down) and I think that it comes from the Internet Explorer configuration which perharps doesn't send ISO characters but another code.

What should be the right configuration and is there a way to force iso characters within the aspx.vb file ?

Thanks

Daniel