M
michalina fraczek
Hello I have a text file - which is a list of names and emails separated by comas ( looks like this:
Kamil Zr?dl? <[email protected]>, Marta T?cholska <[email protected]>, Tomasz Janas <[email protected]>).
I want to make out of this a CSV file that could be read by my mailing program. I tried to do in in Excel - but the mailing program does not see the special characters - the Central European letters. I was told it is encoded in ANSI and instead it should be encoded in utf-8.
How can I make the CSV file that would include the UTF - 8 encoding?
I use Mac Excel.
I will really appreciate your help
Kamil Zr?dl? <[email protected]>, Marta T?cholska <[email protected]>, Tomasz Janas <[email protected]>).
I want to make out of this a CSV file that could be read by my mailing program. I tried to do in in Excel - but the mailing program does not see the special characters - the Central European letters. I was told it is encoded in ANSI and instead it should be encoded in utf-8.
How can I make the CSV file that would include the UTF - 8 encoding?
I use Mac Excel.
I will really appreciate your help