You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Nick Burch <ni...@torchbox.com> on 2008/08/10 00:41:37 UTC

HWPF and unicode ranges

Hi All

I've been doing a lot of work on HWPF today, and have done quite an 
overhaul of the unicode support for text pieces and ranges.

The main upshot is that getRange on a document now returns the right text 
for unicode and non-unicode, and doesn't sometimes wander off into the 
header definitions. The code's also easier to understand.

However, there seems to be one bit of the paragraph styling code that 
seems to still works in icky byte offsets, rather than character offsets, 
so a few tests are failing. I've disabled these tests for now, until I fix 
it all up, but be aware that a few things won't work with unicode files in 
the mean time

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org