Bug 690681 - extract ligatures as individual characters in addtextchar
Summary: extract ligatures as individual characters in addtextchar
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: mupdf (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P4 normal
Assignee: Tor Andersson
URL: http://code.google.com/p/sumatrapdf/i...
Keywords:
Depends on: 691056
Blocks:
  Show dependency tree
 
Reported: 2009-08-01 20:34 UTC by zeniko
Modified: 2010-05-25 14:03 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zeniko 2009-08-01 20:34:18 UTC
The ligatures ff, fi, fl, ffi, ffl and st (Unicode 0xFB00 to 0xFB06) will have to 
be converted into their individual characters anyway for searching (no user will 
enter a proper ligature) and copying text (many fonts don't completely support 
them). Getting them already split up will make things significantly easier, as 
they can't be substituted by a single character.

Potential patch: http://code.google.com/p/sumatrapdf/source/diff?
spec=svn1349&r=1349&format=side&path=/trunk/mupdf/mupdf/pdf_unicode.c