Pregunta

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

¿Fue útil?

Solución 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

Otros consejos

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 bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top