1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-21 15:31:31 +00:00

fix: supporting LATIN1 as well as WLATIN1 in mm_webout

This commit is contained in:
Allan Bowe
2021-06-17 16:31:29 +03:00
parent 120ad9a7da
commit 5a2968e798
3 changed files with 96 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
%local i tempds jsonengine;
/* see https://github.com/sasjs/core/issues/41 */
%if "%upcase(&SYSENCODING)"="WLATIN1" %then %let jsonengine=PROCJSON;
%if "%upcase(&SYSENCODING)" ne "UTF-8" %then %let jsonengine=PROCJSON;
%else %let jsonengine=DATASTEP;