From e8a0e562cfe59ba7c0319daa427850eb51f8e68d Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 4 Apr 2015 20:48:27 -0600 Subject: [PATCH] perlpodspec: Nit --- pod/perlpodspec.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index 20a9195..f8d1901 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); -- 1.8.3.1