Byte Order Mark BOM in UTF8

Wojtek1

Member
Hi everybody,
I have to create CSV file encoded as UTF-8 with BOM (Byte Order Mark)
When I'm using standard functions and
P93081 JDE is creating CSV encoded as UTF-8 without BOM.

Do you have any solution to this problem?
I tryied to write function in C that adds
EF BB BF (BOM mark) in the first line - but I don't know haw to do it.


Regards,
Wojtek

 
Back
Top