[SKIP_BUILD] Change file encoding to UTF-8 with BOM

This commit is contained in:
BruceChen 2022-11-28 13:55:05 +08:00
parent a4e55e8a93
commit ef39e8329c
119 changed files with 141 additions and 141 deletions

View file

@ -811,4 +811,4 @@ namespace Ionic.Crc
}
}
}

View file

@ -1876,4 +1876,4 @@ namespace Ionic.Zlib
}
}
}
}

View file

@ -1,4 +1,4 @@
// GZipStream.cs
// GZipStream.cs
// ------------------------------------------------------------------
//
// Copyright (c) 2009 Dino Chiesa and Microsoft Corporation.

View file

@ -433,4 +433,4 @@ namespace Ionic.Zlib
}
}
}
}
}

View file

@ -1792,4 +1792,4 @@ namespace Ionic.Zlib
return blocks.SyncPoint();
}
}
}
}

View file

@ -420,4 +420,4 @@ namespace Ionic.Zlib
return res >> 1;
}
}
}
}

View file

@ -543,4 +543,4 @@ namespace Ionic.Zlib
}
}
}

View file

@ -1,4 +1,4 @@
// ZlibBaseStream.cs
// ZlibBaseStream.cs
// ------------------------------------------------------------------
//
// Copyright (c) 2009 Dino Chiesa and Microsoft Corporation.

View file

@ -714,4 +714,4 @@ namespace Ionic.Zlib
}
}
}
}

View file

@ -722,4 +722,4 @@ namespace Ionic.Zlib
}
}
}

View file

@ -3,4 +3,4 @@ This part of the repository contains tools that may be useful for debugging
MinecraftClientProxy
A proxy between a MCC/Vanilla client and an offline-mode server which can intercept packets
Useful to dump packets sent by a Vanilla minecraft client and compare them with packets from MCC
Example of use case: https://github.com/MCCTeam/Minecraft-Console-Client/issues/195
Example of use case: https://github.com/MCCTeam/Minecraft-Console-Client/issues/195