mirror of
https://github.com/claunia/Claunia.Encoding.git
synced 2025-12-16 19:24:43 +00:00
Update unit tests for .NET Core.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Claunia.Encoding.Tests
|
||||
// Well basically this is taken from MSDN's documentation :p
|
||||
public void GetExternalEncoding()
|
||||
{
|
||||
System.Text.Encoding e = Encoding.GetEncoding("shift_jis");
|
||||
System.Text.Encoding e = Encoding.GetEncoding("iso8859-1");
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user