Hello Experts
I have a CF app (MX 6.1) that creates a text file, inserts some data (mainly numerical values along with a text header and footer), zip/encrypt/password protect with Winzip command line and then email to a 3rd party and CC some users.

When the text file is opened (in Windoze Notepad) the encoding is ANSI.

The 3rd party now want the file to open with encoding UNICODE. So my quick solution to them is to open the file and save with encoding type UNICODE!!! :)

However, this is not THE solution - I want to be able to supply a file that opens with UNICODE encoding. Is there a way in CF I can do this?

Thanks for any help

I managed to do what I wanted by calling java directly.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.