How tom submit a form from asp.net to asp without "damaging" special characters.

  • Thread starter Thread starter Jens Jensen
  • Start date Start date
J

Jens Jensen

Hello gurus,

For some reason, i need to submit an asp.net form to an asp form. Everything
works as expected .
the problem i'm left with is that some danish characters like Æ Ø are
changed.

How can i deal with this sort of problem?

Thanks
JJ
 
the charater set you post should match the charater set specified in the
header (it is also a good practice to match the set specified in the
render).

-- bruce (sqlwork.com)
 
Back
Top