mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +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 };
|
Settings = new[] { PfsEncoding };
|
||||||
}
|
}
|
||||||
|
|
||||||
EncodingSetting PfsEncoding = new EncodingSetting ("PFSEncodingCP");
|
EncodingSetting PfsEncoding = new EncodingSetting ("PFSEncodingCP", "DefaultEncoding");
|
||||||
|
|
||||||
public override ArcFile TryOpen (ArcView file)
|
public override ArcFile TryOpen (ArcView file)
|
||||||
{
|
{
|
||||||
|
@ -106,7 +106,7 @@ namespace GameRes.Formats.PkWare
|
|||||||
Extensions = new string[] { "zip", "vndat" };
|
Extensions = new string[] { "zip", "vndat" };
|
||||||
}
|
}
|
||||||
|
|
||||||
EncodingSetting ZipEncoding = new EncodingSetting ("ZIPEncodingCP");
|
EncodingSetting ZipEncoding = new EncodingSetting ("ZIPEncodingCP", "DefaultEncoding");
|
||||||
|
|
||||||
public override ArcFile TryOpen (ArcView file)
|
public override ArcFile TryOpen (ArcView file)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user