Hi,
I'm trying to generate a simple file (.TXT) with UTF-8 format using the following command but it isn't working!!! :mad:
DEFINE STREAM str-out.
OUTPUT STREAM str-out TO VALUE("C:\TMP\CONVERT.TXT") CONVERT TARGET "UTF-8".
PUT STREAM str-out "TEST UTF-8" SKIP.
OUTPUT STREAM str-out CLOSE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.