[Poppler-bugs] [Bug 49256] New: getFullyQualifiedName returns empty result with unicode field names (patch included)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Apr 28 09:31:29 PDT 2012


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

             Bug #: 49256
           Summary: getFullyQualifiedName returns empty result with
                    unicode field names (patch included)
    Classification: Unclassified
           Product: poppler
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: medium
         Component: general
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: mark at klowner.com


Created attachment 60743
  --> https://bugs.freedesktop.org/attachment.cgi?id=60743
fix for getFullyQualifiedName returning blank strings with unicode form fields

I finally found a PDF form that uses unicode names and noticed that
getFullyQualifiedName was returning empty strings (using the glib interface
specifically, didn't test with others). I assume this was due to unicode byte
order markers being left at the beginning of the partialName which is appended
to the result string near the end, combined with no unicode BOM placed at the
beginning of the result string.

Thanks!

-Mark

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list