954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

ANSI to UNICODE encoding

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

jamba
Newbie Poster
8 posts since Oct 2005
Reputation Points: 10
Solved Threads: 1
 

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

jamba
Newbie Poster
8 posts since Oct 2005
Reputation Points: 10
Solved Threads: 1
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You