I have a problem with include function in Enterprise Guide, I have a polish e-mail there, but instead of polish characters I just see � If I don't use the include function and I have the e-mail directly in the sas program - is ok, when I do it global is not.
My code:
filename genericq ('.' '/abc/cde/) encoding="utf-8";
%include genericq('generic.sas');
How can i fix it?