[Poppler-bugs] [Bug 60517] xpdf utilities cannot open files with UTF-8 characters in file path on Windows

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 7 04:56:15 PDT 2013


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

--- Comment #3 from Yury G. Kudryashov <urkud at ya.ru> ---
I think that the source of the problem is in the first PDFDoc construction, see
#ifdef'd code. This code assumes that the filename is an ASCII string. You
should change it to use something like mbstowcs (what is the right way to guess
encoding?).

-- 
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/20130807/38959719/attachment.html>


More information about the Poppler-bugs mailing list