You've already forked YY.EventLogReaderAssistant
mirror of
https://github.com/BDDSM/YY.EventLogReaderAssistant.git
synced 2025-07-16 22:24:15 +02:00
Рефакторинг модулей решения.
This commit is contained in:
@ -62,8 +62,6 @@ namespace YY.EventLogAssistant.Services.Tests
|
||||
public void FromWin1251ToUTF8_Test()
|
||||
{
|
||||
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
|
||||
Encoding utf8 = Encoding.GetEncoding("UTF-8");
|
||||
Encoding win1251 = Encoding.GetEncoding("windows-1251");
|
||||
|
||||
string sourceText = "Заказ звонка технической поддержки";
|
||||
string checkValue = "Заказ звонка технической поддержки";
|
||||
|
Reference in New Issue
Block a user