this topic moved here fom the Mellel forum:
http://forum.redlers.com/viewtopic.php?t=1287
Interestingly you are right Jon: it appears not to be a problem with different keyboard layouts. The behavior I described only happens when ich copy names, titles and the like containing umlauts from PDFs into bookends.
And only when using Apple Preview for it, not with Adobe Reader.
So I am assuming a Preview bug here, can anyone reproduce this malbehavior?
Klaus
Umlauts woes (from Mellel forum)
I don't think it's a bug per se, just different ways of handling unicode (for which, unfortunately, there can be two different ways of displaying the same character).
I think that you can fix it in Bookends without a lot of trouble, though, with a find/replace. Copy the "bad" ü to the clipboard, open the Find/Replace dialog, paste the ü into the Find field. Then in the Replace field type Option-u followed by u.
Try this on a copy of your database.
Jon
Sonny Software
I think that you can fix it in Bookends without a lot of trouble, though, with a find/replace. Copy the "bad" ü to the clipboard, open the Find/Replace dialog, paste the ü into the Find field. Then in the Replace field type Option-u followed by u.
Try this on a copy of your database.
Jon
Sonny Software
I did a little test that shows the problem.
1. Open TextEdit and type ü
2. Copy to the clipboard and examine with Clipboard Viewer. The UTF-16 codepoint is
00 FC
3. Save as pdf.
4. Open in Preview and copy. The UTF-16 codepoint is
03 08
So you see, they really are two different codepoints (equivalent to two different ASCII numbers).
Jon
Sonny Software
1. Open TextEdit and type ü
2. Copy to the clipboard and examine with Clipboard Viewer. The UTF-16 codepoint is
00 FC
3. Save as pdf.
4. Open in Preview and copy. The UTF-16 codepoint is
03 08
So you see, they really are two different codepoints (equivalent to two different ASCII numbers).
Jon
Sonny Software
Last edited by Jon on Thu Aug 23, 2007 11:53 am, edited 1 time in total.