in reply to use bytes vs packed data
On a hunch, check if the following helps:
utf8::downgrade( $string_to_pass_to_rabbit );
If so, that would indicate a bug in Rabbit. If not, let me know and I'll look into it.
Update: It could also indicate a bad input. I would also appreciate the output of
use Devel::Peek; Dump( $string_to_pass_to_rabbit );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: use bytes vs packed data
by RDOlson (Initiate) on May 04, 2011 at 19:56 UTC | |
by ikegami (Patriarch) on May 05, 2011 at 16:08 UTC | |
by RDOlson (Initiate) on May 05, 2011 at 21:55 UTC |