diff options
author | Simon Cozens <simon@netthink.co.uk> | 2000-06-17 11:49:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-06-28 18:29:07 +0000 |
commit | 27d76ecff97d0a9449f569d789504cc8b69a6d01 (patch) | |
tree | 6e0e817b706bb9cc173adea56d9cbb8324aec236 /pod | |
parent | fc865a0069737312ca5ef9762fe8a9be7aa37747 (diff) | |
download | perl-27d76ecff97d0a9449f569d789504cc8b69a6d01.tar.gz |
Re: [PATCH cfgperl] BOMs away!
Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
p4raw-id: //depot/cfgperl@6261
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index bba1320b72..a754daa476 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3401,6 +3401,11 @@ Note that under some systems, like OS/2, there may be different flavors of Perl executables, some of which may support fork, some not. Try changing the name you call Perl by to C<perl_>, C<perl__>, and so on. +=item Unsupported script encoding + +(F) Your program file begins with a Unicode Byte Order Mark (BOM) which +declares it to be in a Unicode encoding that Perl cannot yet read. + =item Unsupported socket function "%s" called (F) Your machine doesn't support the Berkeley socket mechanism, or at |