문제

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

도움이 되었습니까?

해결책 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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top