Doing text extraction with PDFTextStripper and overriding writeString to get individual strings.
I have some files that in 1.8 gave the strings that I would expect, but in 2.0 each character is coming to writeString as a separate string. In one such file, the first page extracts as expected, but pages 2 and on get the strings broken up into characters. In another file, everything is broken up. Is this considered a bug? Or is there any control over what might be causing that?

