Pergunta

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

Foi útil?

Solução 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

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top