diff --git a/base/mp_jsonout.sas b/base/mp_jsonout.sas index afd9f86..0fe4dc0 100644 --- a/base/mp_jsonout.sas +++ b/base/mp_jsonout.sas @@ -147,7 +147,7 @@ run; %let ds=&fmtds; %end; /* &fmt=Y */ - data _null_;file &jref mod ; + data _null_;file &jref mod encoding='utf-8'; put "["; call symputx('cols',0,'l'); proc sort data=sashelp.vcolumn(where=(libname='WORK' & memname="%upcase(&ds)"))