Oh thank you.
I just wanted to make that regexp and it saved me the time.

Teddy

From: "J. Alejandro Ceballos Z." <[EMAIL PROTECTED]>
Subject: Re: Special characters


> yes, I agree, in fact we should take care about observing the 3 digits 
> (&#064; instead of &#64;)
> 
> maybe something like
> 
> $cString =~ s/([\x7f-\xff])/'&#'.ord($1).';'/ge;
> 
> will fix the matter.


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