in reply to Re: Unexpected interaction between decode_entities() and lc()
in thread Unexpected interaction between decode_entities() and lc()

I tried removing -w just now, and got the same output:

édition limitée.
Édition limitée.

I'm not sure why -w would affect the behavior of decode_entities() or lc() (other than maybe printing warnings). I wasn't getting any warnings one way or the other; just unexpected output.

  • Comment on Re^2: Unexpected interaction between decode_entities() and lc()

Replies are listed 'Best First'.
Re^3: Unexpected interaction between decode_entities() and lc()
by 1nickt (Canon) on Nov 14, 2017 at 14:16 UTC

    I'm not sure either. But strange things like that do happen.

    More info: What's wrong with -w and $^W from the Perl documentation.


    The way forward always starts with a minimal test.