Hi. In the past I used UTF8 for Textfiles but today I noticed that the action adds strange chars in front of the string which are not shown in notepad or notepad++ on Windows 10.
Output: "Textfilecontents"
I downloaded the file with HTTP.Download as type Text and when I change the file to ANSI it seems to work without the strange chars in front. Did this change with Windows 10? I always had to use UTF8 to keep some special chars intact.
Output: "Textfilecontents"
I downloaded the file with HTTP.Download as type Text and when I change the file to ANSI it seems to work without the strange chars in front. Did this change with Windows 10? I always had to use UTF8 to keep some special chars intact.

Comment