Bug 30151 - Saves bad files with cyrillic characters
Summary: Saves bad files with cyrillic characters
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 2.5-FINAL
Hardware: Other other
: P3 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-16 15:28 UTC by Stepan Koltsov
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Koltsov 2004-07-16 15:28:29 UTC
I tried to save file with cyrillic characters, and it saved wrongly until I
specified cell.setEncoding(...UTF_16). Strange...
Comment 1 Avik Sengupta 2004-07-16 15:45:54 UTC
This is how it is designed. This is well documented. You have to call
setCellEncoding for non ISO8859-1 characters.