mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
Fix broken ASCII pointer.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace GameRes
|
||||
public static class Encodings
|
||||
{
|
||||
public static readonly Encoding cp932 = Encoding.GetEncoding(932);
|
||||
public static readonly Encoding ASCII = Encoding.GetEncoding(32765);
|
||||
public static readonly Encoding ASCII = Encoding.ASCII;
|
||||
|
||||
public static Encoding WithFatalFallback (this Encoding enc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user