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
You can avoid this with disabling Logging or set encoding to ANSII in UEngine.pas
--> TFile.AppendAllText(pubLogFile, DateTimeToStr(Now)+' - '+LogFilePrefix+Text + #13#10, TEncoding.ANSI);
You can avoid this with disabling Logging or set encoding to ANSII in UEngine.pas --> TFile.AppendAllText(pubLogFile, DateTimeToStr(Now)+' - '+LogFilePrefix+Text + #13#10, TEncoding.ANSI);
Right, but the text being sent to the log file contains unicode characters. So, in this case, it would not be correct for me to include a line in the file forcing ANSI encoding, right?
When running a definition, if some file name contains Unicode characters, this error occurs, and the process is interrupted.
The text was updated successfully, but these errors were encountered: