Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

add PadnameUTF8, make it non-default #208

@rurban

Description

@rurban

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.

See branches */gh208-PadnameUTF8

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions