Assume CP_USA_ASCII by default in Node as well

This commit is contained in:
Phillip Stephens 2021-06-27 10:56:43 -07:00
parent 8127bddb97
commit a525f60775
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ public:
return end();
}
bool extractToDirectory(SystemStringView basePath, const ExtractionContext& ctx, Codepage_t codepage) const;
bool extractToDirectory(SystemStringView basePath, const ExtractionContext& ctx, Codepage_t codepage = CP_US_ASCII) const;
};
class IPartition {