mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-30 17:05:37 +08:00
Fix broken ASCII pointer.
This commit is contained in:
parent
2a6f3ab70c
commit
ddabe6d2f4
@ -34,7 +34,7 @@ namespace GameRes
|
|||||||
public static class Encodings
|
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 readonly Encoding ASCII = Encoding.ASCII;
|
||||||
|
|
||||||
public static Encoding WithFatalFallback (this Encoding enc)
|
public static Encoding WithFatalFallback (this Encoding enc)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user