DHTML Edit Control and umlauts

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
 
N

Nicholas Paldino [.NET/C# MVP]

Andreas,

What browsers are you experiencing this error in?
 

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