Is there a way to encode a file in UTF-16 format ? I have few turkish charachters that are not recognized.
n
NElliott
03/05/2020, 3:08 PM
if you mean creating a file in the filecabinet and are using file.create these are your options:
s
stalbert
03/05/2020, 3:13 PM
UTF-8 can handle anything UTF-16 can, IIRC
n
Nikhil Gangji
03/05/2020, 4:14 PM
Actually the file that I am creating is read by an external application who cannot identify the special character if it is encoded by utf 8 I need to do it in UTF 16