I want to export Excel to Tab delimited (.txt) file with special character.
I've changethe format to UTF-8, but it still doesnt work.
The origin data is like Mädchen
and what i got is M?dchen
Anyone can help me? Thank you
I want to export Excel to Tab delimited (.txt) file with special character.
I've changethe format to UTF-8, but it still doesnt work.
The origin data is like Mädchen
and what i got is M?dchen
Anyone can help me? Thank you
This was similarly asked and answered before: Excel to CSV with UTF8 encoding. Take a look at Eric's answer.
The best way to do it is to save the file as an Unicode text file. And save as the unicode text file, change the encoding to utf-8
Save it as Unicode text file. It will still save as Tab Delimited and preserve all the versatile non-English characters.