Forum Moderators: open

Message Too Old, No Replies

ASP +database +international characters

         

solvent

5:01 am on Jan 12, 2004 (gmt 0)



Ladies/Gents,

I`m bulding a data-driven website for a Hungarian friend. So I stored the content in an Access database and pasted <BR> and <P> tags to keep the original structure of the text.
But when I simply list the content, few Hungarian character displayed differently (ie õ í ú û).
If I use the Server.HTMLEncode the <BR> and <P> tags will be displayed instead of used...

Anybody, any idea?

Thank you

WebJoe

6:40 am on Jan 12, 2004 (gmt 0)

10+ Year Member



Replace the special characters with its html-entity (
&otilde; &iacute;, &uacute; &ucirc;
) or use line breaks instead of
<BR>
and habe every paragraph in a seperate DB-field