Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top