Andreas J. Koenig writes: > The following example shows that the internal repreesentation can leak > into the bit operations. The program does the same thing twice, namely > > $iv ^ $asciistring > > but the second time around the $asciistring has the UTF8 flag set. There doesn't appear to a bug here to me. The two results compare as equal, and it's reasonable for perl to give a UTF8 result when an operand has UTF8 set. Can you expand on why you think this is a bug?Thread Next