J
Joergen Bech
Is there a function in the .Net 1.1 framework
that will take, say, a string containing Scandinavian
characters and output the corret HTML entities, such
as
æ
ø
å
etc.
I am currently using FreeTextBox, but while it seems to
convert some characters (<, >, ...), others are left alone
and need to be converted separately.
I cannot use Response.Write or similar: I am taking freeform
input from FreeTextBox and normal textboxes and creating
static HTML files for later use, using String.Replace.
Basically, I need something that will convert the first column
to the third in
http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset1.asp
but if there is already something in the framework for this purpose
I would feel silly writing my own (probably slower) function.
TIA,
Joergen Bech
that will take, say, a string containing Scandinavian
characters and output the corret HTML entities, such
as
æ
ø
å
etc.
I am currently using FreeTextBox, but while it seems to
convert some characters (<, >, ...), others are left alone
and need to be converted separately.
I cannot use Response.Write or similar: I am taking freeform
input from FreeTextBox and normal textboxes and creating
static HTML files for later use, using String.Replace.
Basically, I need something that will convert the first column
to the third in
http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset1.asp
but if there is already something in the framework for this purpose
I would feel silly writing my own (probably slower) function.
TIA,
Joergen Bech