On Tue, Mar 16, 2010 at 07:21:07PM +0100, Patrick Matthäi wrote:
> retitle #511080 Illegal mix of collations
> reopen #572515
> severity #572515 normal
> clone #572515
> reassign -1 perl
> merge #511080 #572515
> thanks
> it is a bug in both, otrs and perl itself.
> Dumper.pm shouldn't crash.
A test case would have helped. I was able to come up with
perl -w -MData::Dumper -MEncode -e 'my $a=("A"x400) .
"ab\x{fc}\x{67}\x{bc}de"; Encode::_utf8_on($a); Dumper $a'
which crashes for me with perl but not debugperl.
Using the internal function Encode::_utf8_on(), particularly with invalid
input, is asking for trouble, but I'll see what I can do.
--
Niko Tyni [email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]