# following is a code to remove non-printable characters in string i +ncluding newline s/[^[:print:]]+//g; # this pattern won't remove newline char s/([\x00-\x09]+)|([\x0B-\x1F]+)//g;
In reply to Re^2: XML::Simple parser error : Input is not proper UTF-8, indicate encoding
by nvivek
in thread XML::Simple parser error : Input is not proper UTF-8, indicate encoding
by nvivek
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |