i have data with unicode character.
Data are in csv format, so, i write file with ⎕CSV.
but i don't read correctly this file on another windows platform.
i verify content :
2⊃ ⎕nget path,filename
UTF-8-NOBOM
i would like to change NOBOM to BOM.
is there a parameter of ⎕CSV ?
is it possible with equivalent of ⎕nget ?
Best Regards,
Yves