in reply to Strange AUTOLOAD's bevavior with utf8 data
FWIW (I currently don't have 5.8.9 available), I've just tried it with 5.8.8 (x86_64-linux-gnu-thread-multi) and 5.10.0 (x86_64-linux) and
$body = "This \x{5555} is \x{6666} a \x{7777} test\n";
and it prints out fine (immediately). Of course, that won't help much if it's a 5.8.9-specific issue...
Could you post a specific UTF-8 string that reproduces the problem in your case with the code as shown? (BTW, I had to put in a use Carp for the croak)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Strange AUTOLOAD's bevavior with utf8 data
by ascray (Initiate) on Apr 29, 2009 at 13:01 UTC | |
by ikegami (Patriarch) on Apr 29, 2009 at 13:48 UTC |