Avatar of Panos
Panos
Flag for Germany

asked on 

Unable to create a utf-8 file

Hello experts.
I'm trying to create a utf-8 file using the line:
<cffile action = "write" file="#path##linkalias#.cfm" output="" mode="666" charset="utf-8">
but unfortunately the created file has ANSI charset.
(i'm checking this with notepad)
Any help?
ColdFusion Language

Avatar of undefined
Last Comment
Panos

8/22/2022 - Mon