Home : General : Perl Programming :

General: Perl Programming: Re: [delicia] nonprintable characters: Edit Log

Here is the list of edits for this post
Re: [delicia] nonprintable characters
i had taken out the following line:
Code:
$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
which was after:
Code:
$value =~ tr/+/ /;
i don't know why i removed it but it looks like that would solve my problem???

edit: i tried it but it still let me enter 5 consecutive nonbreaking spaces & n b s p ;

Last edited by:

delicia: Mar 3, 2021, 8:01 AM

Edit Log: