DHTML Edit Control and umlauts

  • Thread starter Thread starter afislage
  • Start date Start date
A

afislage

Hello,

now let's pose the question in english.

I use the DHTML Edit Control with C#.

The editor creates html-code like the following:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta http-equiv="Content-Language" content="de">
</head><body>

öüäß
</body></html>

the line with 'meta' was inserted programmtically. Nevertheless some
browsers shows that incorrectly. Why?

Is it possible to change the output of the editor from say ä to
&auml;?

regards
Andreas Fislage
 
Back
Top