You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Only set a new UTF8 flag on UTF8 padnames. Before all padnames, like my $a were forced to UTF8, PadnameUTF8() always retuned 1. Should be a slight performance enhancement not needing to upgrade all such names.
Add newPADNAMEpvn_flags, the variant for newPADNAMEpvn which accepts a flags value of 0 for non-utf8 names. flags might be 0 or non-zero for UTF8. for backcompat newPADNAMEpvn sets the UTF8 flag.