# encoding: Cyrillic # This file is encoded in Cyrillic. die "This file is not encoded in Cyrillic.\n" if q{‚ } ne "\x82\xa0"; use strict; use Cyrillic; print "1..5\n"; my $__FILE__ = __FILE__; # "" if ("\o{2215053170}" eq "\x12\x34\x56\x78") { print qq{ok - 1 "\\o{2215053170}" eq "\\x12\\x34\\x56\\x78" $^X $__FILE__\n}; } else { print qq{not ok - 1 "\\o{2215053170}" eq "\\x12\\x34\\x56\\x78" $^X $__FILE__\n}; } # <