Summary: | Loading PDF file fails if its path contains non-ascii characters | ||
---|---|---|---|
Product: | poppler | Reporter: | Michael Schumacher <schumaml> |
Component: | glib frontend | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Windows (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Patch
0001--glib-Use-PDFDoc-wchar_t-.-on-Windows.patch |
Description
Michael Schumacher
2009-11-11 06:38:37 UTC
Created attachment 31112 [details] [review] Patch Would this patch fix the problem? I can't test it and I have no idea about win32, so it's like a shoot in the dark. Created attachment 32386 [details] [review] 0001--glib-Use-PDFDoc-wchar_t-.-on-Windows.patch Hi Carlos, Your patch did not work, because apparently you cannot use g_utf8_to_utf16() to convert to wchar_t when you are compiling with g++ (it only works with gcc). I wrote this new patch based on yours, and it works for me with Evince. Pushed to poppler-0.12 and master. Thanks! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.