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