Skip to content

Commit 40a94c5

Browse files
committed
Handle UTF-8 characters in git commit messages
1 parent f4c7190 commit 40a94c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,7 @@ ClassMethod RunGitCommandWithInput(command As %String, inFile As %String = "", O
13791379

13801380
set errStream = ##class(%Stream.FileCharacter).%OpenId(errLog,,.sc)
13811381
set outStream = ##class(%Stream.FileCharacter).%OpenId(outLog,,.sc)
1382+
set outStream.TranslateTable="UTF8"
13821383
for stream=errStream,outStream {
13831384
set stream.RemoveOnClose = 1
13841385
}

0 commit comments

Comments
 (0)