[Poppler-bugs] [Bug 103693] Support unicode args and console output on windows

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Nov 12 01:02:03 UTC 2017


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

--- Comment #6 from Adrian Johnson <ajohnson at redneon.com> ---
The next thing I want to look at is the windows filename support in poppler.
Currently is is a mess of duplicated code and #ifdefs everywhere. I'd like to
simplify it to pass UTF-8 filenames through the code and just convert to
wchar_t at the point where the file is opened (in goo/gfile.cc).

goo/gfile.cc curently has:

- openFile() takes UTF-8 filenames, has it's own UTF-8 to wchar_t conversion.

- GooFile::open() has separate UTF-8 and wchar_t variants.

- the GdirEntry code does not support unicode on windows.

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


More information about the Poppler-bugs mailing list