in reply to Re^2: Why do poisoned null attacks still work ? (sanity)
in thread Why do poisoned null attacks still work ?

open uses the 8-bit ("A") API. It can't open files with names with wide characters. If it could, you'd probably pass it as a Perl string and it would encode it to UCS-2le for you, so there would be no problem.