Easiest way:
No need Open office and google docs
- Save your file as "Unicode text file";
- now you have an unicode text file
- open it with "notepad" and "Save as" it with selecting "utf-8" or
other code page that you want
- rename file extension from "txt" to "csv". This will result in a tab-delimited UTF-8 csv file.
- If you want a comma-delimited file, open the
csv
file you just renamed and replace all tabs with commas. To do this in Notepad on Win 10, simply select one tab field then click Ctrl+H
. In the window that opens, type a comma ,
in the "Replace with" field then click "Replace All". Save your file. The result will be a comma-delimited UTF-8 csv file.
Don't open it with MS-Office anyway!!!
Now you have a tab delimited CSV file.
Or, a comma-delimited one if you applied step number 5.