mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 13:14:59 +00:00
Assume CP_USA_ASCII by default in Node as well
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user