Hi, I am trying to make a unicode text file from a query, I
can make the file as a .csv file no problem using chr(34) as the
field seperateor character, and all works fine, However I want to
create a unicode .txt file that is identical to the same as the
file created by excel when I save a .csv as a unicode .txt. After
looking around in the cfforum I think I have learnt that I need to
use charset=utf-8 attribute in cffiel, but I am not sure what I
need to use as the seperator character (ie what does excel use?
when it saves as a unicode txt file) many thanks
Oli