473,657 Members | 2,300 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DHTML Edit Control und Umlaute

Hallo,

ich benutze das DHTML Edit Control mit C#.

Der Editor erzeugt zum Beispiel folgendes:

<!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>
wobei ich die Zeilen mit 'meta' programmatisch eingefügt habe. Leider
kommen einige Browser nicht mit den Umlauten klar. Warum eigentlich
nicht?

Kann man den Editor dazu bringen statt ä das Html &auml; auszugeben?

Mit freundlichen Grüßen
Andreas Fislage
May 10 '07 #1
0 1382

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1324
by: ken | last post by:
Hi, I want to use DHTML Edit Control for ie5 in my database. Its basically for text formating like bold, underline ... I will store the HTML code in a memo field and in the input form the users will use the dhtml control to input data(storing the actual code in the memos). On the reports I plan to do the opposite... I just wanted to know if there are any drawbacks to using this control from more experienced people.
1
3718
by: dd | last post by:
Cannot figure it out. If somebody can help, I'd appreciate it. I am using DHTML Edit control from C# for editing HTML pages. I am trying to insert a table into an HTML page and I keep getting an error. Here is the code: DHTMLEDLib.DEInsertTableParamClass oTableParam = new DHTMLEDLib.DEInsertTableParamClass(); oTableParam.NumCols = 3; oTableParam.NumRows = 3; oTableParam.TableAttrs = "align=\"left\" border=\"1\" width=\"100%\"";...
0
919
by: perspolis | last post by:
Hi all I used DHTM Edit Control to show body of an HTML file. With this control user can edit content of that. One problem I have with this control is I can't show unicode content. How can I force the control to show unicode content?? Thanks in advance
1
1718
by: Carlo Marchesoni | last post by:
In order to have a mutli-lingual page, I load all .Text, .ToolTip etc from a resource, if the user does not work with the default-language, like this: Thread.CurrentThread.CurrentCulture = new CultureInfo(selCulture); Thread.CurrentThread.CurrentUICulture = new CultureInfo(selCulture); // overwrite Text items lblMntlogin.Text = rm.GetString("Mntlogin.Text"); tbxMntlogin.ToolTip = rm.GetString("Mntlogin.ToolTip"); etc..
7
2861
by: Mike | last post by:
Hello, I am developing a simple web editor to enable my users to update their websites and add simple formatting to the text. The page content is recovered from a SQL Server database and displayed in the Microsoft DHTML Edit control ( I am working in Visual Studio 2003 - VB ). I have experimented with the ExecCommand function but all I want to do is select some text - press a button to make that selected text <h1>some text</h1>. I have a...
5
5281
by: gimme_this_gimme_that | last post by:
I'd like to create my own version of google suggest GS. If you haven't seen GS check it out at : http://www.google.com/webhp?complete=1&hl=en I've reviewed several AJAX write-ups on the internet and understand the issues around passing and fetching data from the client to the server. Well, at least as it's described in various tutorials.
1
1713
by: afislage | last post by:
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">
0
823
by: DevilInside | last post by:
Hi I'm trying to use the DHTML Edit control in C# But when i'm using it, I'm always getting a COMException on the properties DocumentHTML and DOM, even when I didn't changed anything about it. Anyone who can help? Thanks
0
8411
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8838
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8739
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8513
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8613
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7351
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5638
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1732
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.