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
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