diff options
author | Karl Williamson <khw@cpan.org> | 2015-04-04 20:48:27 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-04-04 20:57:34 -0600 |
commit | e8a0e562cfe59ba7c0319daa427850eb51f8e68d (patch) | |
tree | fd081164e7c20a17b30ef048748d1c06b1681512 /pod/perlpodspec.pod | |
parent | a81f7519ba607e6fb9838391ed0be7603c01ca2b (diff) | |
download | perl-e8a0e562cfe59ba7c0319daa427850eb51f8e68d.tar.gz |
perlpodspec: Nit
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r-- | pod/perlpodspec.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index 20a91954da..f8d1901b07 100644 --- a/pod/perlpodspec.pod +++ b/pod/perlpodspec.pod @@ -625,7 +625,7 @@ literal byte value 0xFF 0xFE, this is the BOM for little-endian UTF-16. On an ASCII platform, if the file begins with the three literal byte values 0xEF 0xBB 0xBF, this is the BOM for UTF-8. -(A mechanism portable to EBCDIC platforms is to: +A mechanism portable to EBCDIC platforms is to: my $utf8_bom = "\x{FEFF}"; utf8::encode($utf8_bom); |