mirror of
https://github.com/AxioDL/nod.git
synced 2025-07-04 12:15:56 +00:00
Assume CP_USA_ASCII by default in Node as well
This commit is contained in:
parent
8127bddb97
commit
a525f60775
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user