Basically I have to get the EURO EUR char (can be done finding its escape char) 
replace \r\n or \n with a <br> and leave any other escape char (like ' " àòèù...) as 
they are.
If I escape my string I got the \r\n, perhaps the EURO escape symbol, and all the 
other special chars escaped, that make my string dirty.
I will send you an example.
Thank you

-----Original Message-----
From: Henri Yandell [mailto:[EMAIL PROTECTED]]
Sent: martedì 23 aprile 2002 16:41
To: Tag Libraries Users List
Subject: Re: escape tag


Hi Andrea,

There's nothing available to unescape yet. I'll look to add the
functionality, or feel happy to submit the code yourself if you want. Are
you basically trying to do a replaceString on \n and have it notice \r\n's
as well?

I seem to recall passing \n into a taglib was a bit problematic.

Hen

On Tue, 23 Apr 2002, Andrea Grittini wrote:

> Is there a mode to reverse escape a string after the tag
> <str:escape>something</str:escape>? I have to remove some char (\r\n)
> and then un-escape all the other special chars. Thank you again.
>
>
> Andrea Grittini ( < mailto:[EMAIL PROTECTED]>)
> Tel: +39-2-97482.1- Fax: +39-2-97482?
> Computer Design S.r.l., Via Piave 46 - 20010 S.Stefano Ticino - ITALY
> < http://www.cdesign.it/>
>
>
>
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to