mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
Add support for DXArchive8 encryption.
This commit is contained in:
@@ -33,7 +33,8 @@ namespace GameRes
|
||||
{
|
||||
public static class Encodings
|
||||
{
|
||||
public static readonly Encoding cp932 = Encoding.GetEncoding (932);
|
||||
public static readonly Encoding cp932 = Encoding.GetEncoding(932);
|
||||
public static readonly Encoding ASCII = Encoding.GetEncoding(32765);
|
||||
|
||||
public static Encoding WithFatalFallback (this Encoding enc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user