문제

I have an excel spreadsheet that I am trying to read in, which has 45 different languages, ranging from English, to Japanese, to Turkish, to Bavarian, and everything in between. I need write each of the cells into an XML file, which isn't a big deal. The issue I'm having is getting all the languages to print out properly, and I'm not sure what type of encoding I can use to cover all the different languages and have them print out properly.

Any suggestions?

도움이 되었습니까?

해결책

Yes you can. Declare the xml's encoding as utf-8 or utf-16

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