mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(PFS, ZIP): use DefaultEncoding localization string.
This commit is contained in:
parent
dce68c36c4
commit
47c5f706c6
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user