Make cannot read non-english characters

Hey,

I have csv file returning either as buffer or as string,

On both; make cannot read the non-english characters and parse them. Either deletes them or shows them is a notknown character.

And nobody could find a solution for this so far.

My two topics:

Don’t tell to make string(), it just deletes the non-english characters when I use ascii()

Could this be about encoding? Please tell me any suggestions if you know any

Hi @onurbolaca

To handle non-English characters, you need to use the tool - Convert the encoding of a text.

You need appropriate input codepage for the German language to get the desired output.

MSquare Support
Visit us here
Youtube Channel

3 Likes

hey @Msquare_Automation ,

I already tried this. Do you have any suggestions about which codepage would work? I tried many already…