mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 15:19:07 +08:00
(PFS, ZIP): use DefaultEncoding localization string.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace GameRes.Formats.Artemis
|
||||
Settings = new[] { PfsEncoding };
|
||||
}
|
||||
|
||||
EncodingSetting PfsEncoding = new EncodingSetting ("PFSEncodingCP");
|
||||
EncodingSetting PfsEncoding = new EncodingSetting ("PFSEncodingCP", "DefaultEncoding");
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
|
||||
@@ -106,7 +106,7 @@ namespace GameRes.Formats.PkWare
|
||||
Extensions = new string[] { "zip", "vndat" };
|
||||
}
|
||||
|
||||
EncodingSetting ZipEncoding = new EncodingSetting ("ZIPEncodingCP");
|
||||
EncodingSetting ZipEncoding = new EncodingSetting ("ZIPEncodingCP", "DefaultEncoding");
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user