Domanda

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

È stato utile?

Soluzione 2

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

Altri suggerimenti

This was similarly asked and answered before: Excel to CSV with UTF8 encoding. Take a look at Eric's answer.

Save it as Unicode text file. It will still save as Tab Delimited and preserve all the versatile non-English characters.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top