Unicode support

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top