You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (revision 6ffca35) the source, project and text files are in different encodings - which is inconsistent and might be confusing.
I suggest to convert all files to ANSI encoding - except the file "VERSION" which cannot be converted to ANSI without loss because it includes Unicode-art (tableflips).
Currently (revision 6ffca35) the source, project and text files are in different encodings - which is inconsistent and might be confusing.
I suggest to convert all files to ANSI encoding - except the file "VERSION" which cannot be converted to ANSI without loss because it includes Unicode-art (tableflips).
The following files are in ANSI encoding:
.gitignore
appveyor.yml
LICENSE
README.md
Telepathy.sln
LoadTests/LoadTest.csproj
Telepathy/ConnectionState.cs
Telepathy/MagnificentReceivePipe.cs
Telepathy/MagnificentSendPipe.cs
Telepathy/Pool.cs
Telepathy/Telepathy.csproj
Telepathy/ThreadFunctions.cs
Telepathy.Tests/MagnificentReceivePipeTests.cs
Telepathy.Tests/MagnificentSendPipeTests.cs
Telepathy.Tests/PoolTests.cs
Telepathy.Tests/UtilsTest.cs
The following files are in UTF-8 BOM encoding:
LoadTests/Main.cs
LoadTests/README.md
LoadTests/RunClients.cs
LoadTests/RunServer.cs
Telepathy/Client.cs
Telepathy/Common.cs
Telepathy/EventType.cs
Telepathy/Log.cs
Telepathy/NetworkStreamExtensions.cs
Telepathy/Server.cs
Telepathy/Utils.cs
Telepathy.Tests/TransportTest.cs
Telepathy.Tests/Telepathy.Tests.csproj
The following files are in UTF-8 encoding (no BOM):
Telepathy/VERSION
The text was updated successfully, but these errors were encountered: