escape charachters

2006-08-11 Thread Adriano Allora
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:  for example). Must I use a regexp to substitute each or I can use some other function? Thank at all, al

Re: escape charachters

2006-08-11 Thread Mumia W.
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:  for example). Must I use a regexp to substitute each or I