is( $a, $b, '$a eq $b after utf8 upgrade of $a' ); #### ok( Encode::is_utf8($b), '$x is utf-8' ); #### Encode::_utf8_off( $b ); # ... is( $a, $b, '$a and $b are byte same' );