Skip to content

Commit 35aed3d

Browse files
Unicode log format
1 parent e7ce7de commit 35aed3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LT-ScriptExport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,6 @@ Function Export-LTScript {
451451
Stop-Transcript
452452

453453
#Limit Log file to 50000 lines
454-
(Get-Content $TranscriptFile -tail 50000 -readcount 0) | Set-Content $TranscriptFile -Force -Encoding Ascii
454+
(Get-Content $TranscriptFile -tail 50000 -readcount 0) | Set-Content $TranscriptFile -Force -Encoding Unicode
455455

456456
#endregion

0 commit comments

Comments
 (0)