I receive a text file every day generated in what i suspect is ASCII or iso-8859-1, When i use external Base64 decoding i will get the nordic letters but not when i use base64tostring or similar in flow.
Is there some way to get the nordic letters with this type of data source?
When i do a regular compose base('å,ä,ö) and the decodeBase64 it works just fine. is there any way this is possible to solve?
Thank you in advance
/Mats