X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Futf8.pm;h=f06b893a591b60cb3c0bd9ff6a0b1ac50ce13a4d;hb=847a5fae45dac396d0f9e1bb61d5b4ff9d94cdcd;hp=6d6c0eb503e5d5f3dbe13f4f0eea1d7503563eb8;hpb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/utf8.pm b/lib/utf8.pm index 6d6c0eb..f06b893 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -4,6 +4,8 @@ if (ord('A') != 193) { # make things more pragmatic for EBCDIC folk $utf8::hint_bits = 0x00800000; +our $VERSION = '1.00'; + sub import { $^H |= $utf8::hint_bits; $enc{caller()} = $_[1] if $_[1];