Hi all the community,
I've a weird problem:
I want to upload a CSV file via FTP, so far, no problem:
The pb is the target, a SAP integration system, which wants pure UTF-8 encoded file, and it seems (accordingly to the SAP IT people), I send a UTF-8 without BOM file.
So I tried to translate to file with :
and it's still in UTF-8 without BOM, Notepad++ shows it: (it should be Encoder en UTF-8, the line below)
Any idea, guys???
I've a weird problem:
I want to upload a CSV file via FTP, so far, no problem:
The pb is the target, a SAP integration system, which wants pure UTF-8 encoded file, and it seems (accordingly to the SAP IT people), I send a UTF-8 without BOM file.
So I tried to translate to file with :
B4X:
tr.Initialize(File.OpenInput(cDir, cFileIn))
tw.Initialize2(File.OpenOutput(cDir, cFileOut,False),"UTF8")
and it's still in UTF-8 without BOM, Notepad++ shows it: (it should be Encoder en UTF-8, the line below)
Any idea, guys???