[Poppler-bugs] [Bug 38456] Handling of small caps typographic variants

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 1 02:18:10 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=38456

Jason Crain <jason at aquaticape.us> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #91907|0                           |1
        is obsolete|                            |

--- Comment #9 from Jason Crain <jason at aquaticape.us> ---
Created attachment 94930
  --> https://bugs.freedesktop.org/attachment.cgi?id=94930&action=edit
Limit numeric parsing of character names

The documents using the hex/decimal name parsing have Differences arrays that
start between character codes 0-2.  This updated patch changes it so these
names are only parsed if the codes start in this range (plus a bit so I
hopefully won't miss some documents), and if all the names in the array can be
parsed numerically.  Moves this numeric parsing code into a new function and
rewritten to better detect errors.  Changes the meaning of the 'numeric'
parameter of parseCharName function slightly so I don't have to add a new and
probably confusingly named parameter.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20140301/a8f00fb3/attachment.html>


More information about the Poppler-bugs mailing list