Bug 21233 - Rename ENCODING_UTF_16
Summary: Rename ENCODING_UTF_16
Status: RESOLVED WONTFIX
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-dev
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-01 15:16 UTC by Andy Oliver
Modified: 2006-07-24 05:53 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Oliver 2003-07-01 15:16:43 UTC
The ENCODING_UTF_16 and friend are a misnomer.  Its actually used to determine 
whether or not to use double byte or single byte (aka "compressed unicode") characters.  
Should be CHARACTERSET_16 and CHARACTERSET_8 I suppose (alternatives 
welcome)
Comment 1 Andy Oliver 2003-07-24 17:00:17 UTC
wont' do for 2.0 but will do for 3.0
Comment 2 Jason Height 2006-07-24 12:53:37 UTC
Now deprecated in 3.2 series. which is still in svn

Jason