CC: | perrettdl [...] googlemail.com |
Subject: | Features |
It would be nice not to have to remember that fopen differs from open in that
fopen $filename, '<:encoding(UTF-8)'; # is not allowed
fopen $filename, '<',':encoding(UTF-8)'; # you need to do this instead
Would it be possible for fopen (et al.) recognise layers in the second parameter?