Question
cffile to write UTF-16 LE
Hello,
I am using CF11 on a Windows2012 server 64bit
When using cffile with action "write" and using charset="utf-16", it creates a UTF-16BE (Big endian) file.
Is there a way to get a UTF-16LE encoded file ?
(I have tried charset="utf-16le" but it doesn't work).
Regards,
Pierre
