X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Futf8.pm;h=56c991bef9ad5f96988d0109c10d0a40404e422a;hb=a07cd53d52eddd3373b7f4babb55144d44a1613d;hp=b7c938e17eda0774f56440f5cd87a1f434d541e6;hpb=612cfdf27c84f3ca36e00ec7f6925d0a5223e483;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/utf8.pm b/lib/utf8.pm index b7c938e..56c991b 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -2,7 +2,7 @@ package utf8; $utf8::hint_bits = 0x00800000; -our $VERSION = '1.05'; +our $VERSION = '1.06'; sub import { $^H |= $utf8::hint_bits; @@ -61,7 +61,7 @@ useful for their own purposes, but they are not really part of the "pragmatic" effect. Until UTF-8 becomes the default format for source text, either this -pragma or the L pragma should be used to recognize UTF-8 +pragma or the L pragma should be used to recognize UTF-8 in the source. When UTF-8 becomes the standard source format, this pragma will effectively become a no-op. For convenience in what follows the term I is used to refer to UTF-8 on ASCII and ISO @@ -93,7 +93,7 @@ UTF-8. If you want to have such bytes and use utf8, you can disable utf8 until the end the block (or file, if at top level) by C. If you want to automatically upgrade your 8-bit legacy bytes to UTF-8, -use the L pragma instead of this pragma. For example, if +use the L pragma instead of this pragma. For example, if you want to implicitly upgrade your ISO 8859-1 (Latin-1) bytes to UTF-8 as used in e.g. C and C<\x{...}>, try this: