E
E
estry2018-11-24 10:49:33
C++ / C#
estry, 2018-11-24 10:49:33

How to save text in csv with correct encoding in C#?

Hello!
Save parsed data to CSV file

File.AppendAllLines(FilePath, Data, Encoding.UTF8);

But when you open the file, the Cyrillic alphabet is not displayed. What needs to be corrected?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question