https://issues.apache.org/bugzilla/show_bug.cgi?id=46220


Nick Burch <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #2 from Nick Burch <[EMAIL PROTECTED]>  2008-11-17 02:02:02 PST ---
I wonder if this is another area of hwpf that is assuming bytes/characters but
getting characters/bytes. (I tried to make it a bit more sane for 3.2, so that
unicode text extraction worked more reliably, but the file format it really
crazy about this sort of thing)

One test that'd be interesting is creating a few small test files with images,
and seeing how hwpf copes with them:
* non unicode, one image near start
* non unicode, one image near end
* non unicode, image near start, image near end
* unicode, one image near start
* unicode, one image near end
* unicode, image near start, image near end

If 5 and 6 have issues with their later images, we'll know it's another
byte/character problem. If it's something different, maybe it'll help us track
down.

As a bonus, the files will make a good regression test for the future :)


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to