Ver 2025.03.20.0
:: SECS 메시지. 한글패치
This commit is contained in:
@@ -217,7 +217,7 @@ namespace DDUtilityApp.LOGPARSER.PARSER
|
||||
try
|
||||
{
|
||||
MemoryStream stream = new MemoryStream(text.ConvertBytes());
|
||||
StreamReader reader = new StreamReader(stream);
|
||||
StreamReader reader = new StreamReader(stream, Encoding.Default);
|
||||
|
||||
SECSItem parent = null;
|
||||
SECSItem item = null;
|
||||
|
||||
Reference in New Issue
Block a user