diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-31 04:15:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-31 04:15:02 +0000 |
commit | dea0fc0b9e5a61b92c4be2ecafe0a8d9396d4cc1 (patch) | |
tree | 349418eaad4586c0413b7deb1e36247b8098aa26 /pod | |
parent | 24142eb29e13a3c1fffe9021ceab90a4be7b9da1 (diff) | |
download | perl-dea0fc0b9e5a61b92c4be2ecafe0a8d9396d4cc1.tar.gz |
The swallow_bom() saga continues. The #23 of require.t
(UTF16-LE) still fails (silently, no output) but the #22
(UTF16-BE) seems to be working now. The root of the
failure may be in sv_gets(): is it UTF-16LE-aware,
especially when it comes to line endings?
p4raw-id: //depot/perl@6469
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 9522c1f8d4..4ccb671251 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1788,6 +1788,11 @@ a builtin library search path, prefix2 is substituted. The error may appear if components are not found, or are too long. See "PERLLIB_PREFIX" in L<perlos2>. +=item Malformed UTF-16 surrogate + +Perl thought it was reading UTF-16 encoded character data but while +doing it Perl met a malformed Unicode surrogate. + =item %s matches null string many times (W regexp) The pattern you've specified would be an infinite loop if the @@ -2490,6 +2495,11 @@ was string. (P) The lexer got into a bad state while processing a case modifier. +=item panic: utf16_to_utf8: odd bytelen + +(P) Something tried to call utf16_to_utf8 with an odd (as opposed +to even) byte length. + =item Parentheses missing around "%s" list (W parenthesis) You said something like |