On 7 Oct 2008, at 5:38 AM, Adam R. Maxwell wrote: > On Oct 4, 2008, at 4:08 PM, Adam R. Maxwell wrote: > >> On Oct 4, 2008, at 3:43 PM, Christiaan Hofman wrote: >>> >>> BTW, what dod you do about the aliens? >> >> Diff against yesterday's svn head is attached. Debugging indicated >> that PDFKit returns characters in the Unicode private use area, >> which of course can't be displayed. There are some cases in the >> find table that don't seem to go through -[PDFSelection >> contextString], and I haven't yet figured out why. > > Okay, I think I've finally fixed it to get rid of the last few bogus > characters I was seeing, so I went ahead and changed it in svn. I'm > also using it to get rid of those characters in annotations/tooltips > (not sure if you missed that in the diff or if it's not safe for > some reason?).
I did not include it on purpose. I don't want the annotations to lie about their content, and certainly not in a framework we distribute for general purposes. Instead, I cleaned the strings before we pass them to the annotation (mostly in SKPDFView). That should fix it, as it is mostly a PDFKit problem. Christiaan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Skim-app-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-users
