Skip to content

Commit 1e2c389

Browse files
author
Rubens F. N. da Silva
committed
Public file charset application
* Added call to device encoding which now uses the Port configuration.
1 parent 2b441f7 commit 1e2c389

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cls/Port/Project/Exporter.cls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ Method ExportPublicFile(itemName As %String) As %Status
127127
quit
128128
}
129129

130+
set io = $$$GETIO
131+
132+
$$$SETIO(##class(Port.Configuration).GetPublicFileOutputTranslateTable())
130133
set exported = ##class(%File).CopyFile(csp.Code.Filename, destination, 1)
134+
$$$SETIO(io)
131135

132136
write ..LogLine($$$Done)
133137
set ..AffectedCount = ..AffectedCount + 1

0 commit comments

Comments
 (0)