Unicode support

G

Guest

Hello,

I'm trying to send an excel sheet in Franch and German
threw a java application. However, special characters are
displayed incorrectly. Does excel support unicode, and
which type of it?

Thanks.
 
J

Jonathan Rynd

I'm trying to send an excel sheet in Franch and German
threw a java application. However, special characters are
displayed incorrectly. Does excel support unicode, and
which type of it?

A little bit. I believe it uses UTF-16 internally.

You may have to use an Asian version of Excel for Unicode to work properly.
 
Top