<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Support unicode args and console output on windows"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103693#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Support unicode args and console output on windows"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103693">bug 103693</a>
from <span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>