hi, according to me the pb is more related to file encoding rather than to the poi api.
did you try to create manually a excel file with non roman charaters and play with this file within the poi api (just to check if the poi api supports non roman char?) regards, Guillaume Envoyé de mon iPhone Le 9 janv. 2013 à 04:33, dpront <[email protected]> a écrit : > Hi, > > I've been using this API for a year and it really worked great! But now, > I encountered an issue wherein if the characters in the excel is non-roman, > my code reads it as *???????* > > One example is, the value on the excel is (which is a thai script): > > ภาว > > and it has been read as > > ??? > > Can the POI read the thai script normally? > > > Thanks! > > > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/POI-to-read-Non-roman-characters-tp5711797.html > Sent from the POI - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
