Re: Blatt wrapper question

new topic     » goto parent     » topic index » view thread      » older message » newer message

Mario Steele wrote:

> Juergen Luethje wrote:
>> <snip>
>>
>>>       line = replace(line, "&", "&")
>>>       line = replace(line, "<", "<")
>>>       line = replace(line, ">", ">")
>>
>> <snip>
> How about:

Not exactly. blink

> }}}
<eucode>
> line = replace(line,"&","&amp;amp;")
> line = replace(line,"&","&amp;lt;")
              Must be "<" here.

> line = replace(line,"&","&amp;gt;")
              Must be ">" here.
> </eucode>
{{{

>
> blink

However, now it looks on EUforum as expected, but not in e-mail.
When it's written as plain text (in the EUforum input field or in e-mail),
it looks correct in e-mail, but not on EUforum.
I think this is a bug in the "text to HTML" functionality of the EUforum
software.

Regards,
   Juergen

PS: The program http://www.RapidEuphoria.com/uploads/txt2html.zip
    that I uploaded some says ago converts such expressions correctly
    to HTML. smile

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu