On 08/11/2006 01:13 PM, Adriano Allora wrote:
hi all,

I use use HTML::Entities; and the functions decode() and encode(), but I'd prefer working with escape characters (è, for example) than working with exadecimal (or what they are: &#143 for example).

Must I use a regexp to substitute each or I can use some other function?

Thank at all,

alladr
[...]

From the manual page, it seems that HTML::Entities handles HTML entities properly. Could you show some (small) code demonstrating your problem?



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to