in reply to Re^2: LWP::ConsoleLogger::Easy messes the console on (seemingly) unicode LWP response: is it a case of broken unicode?
in thread LWP::ConsoleLogger::Easy messes the console on (seemingly) unicode LWP response: is it a case of broken unicode?
and see if it stops corrupting your terminal. Then you could submit a pull request instead of a bug report :-)$str =~ /([\0-\x09\x0B\x1F])/sprintf("\\x%02X", ord $1)/ge;
|
|---|