fix: adding missing=STRING to three services
Build / Build-and-ng-test (pull_request) Successful in 5m8s

This results in the use of data step instead of proc json in the mp_jsonout macro - which results in the correct management of latin1 encoded characters in utf-8 output
This commit is contained in:
Allan
2025-01-27 14:51:17 +00:00
parent cd3bcc0ee3
commit 30d5e51d0b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ run;
,msg=%str(syscc=&syscc)
)
%webout(OPEN)
%webout(OBJ,fromSAS)
%webout(OBJ,fromSAS,missing=STRING)
%webout(OBJ,histparams)
%webout(CLOSE)
+1 -1
View File
@@ -687,7 +687,7 @@ run;
%webout(OPEN)
%webout(OBJ,approvers)
%webout(OBJ,cols)
%webout(OBJ,dqdata)
%webout(OBJ,dqdata,missing=STRING)
%webout(OBJ,dqrules)
%webout(OBJ,dsmeta)
%webout(OBJ,maxvarlengths)
+1 -1
View File
@@ -74,7 +74,7 @@ run;
)
%webout(OPEN)
%webout(OBJ,jsParams)
%webout(OBJ,jsParams,missing=STRING)
%webout(CLOSE)