On Sat, Feb 26, 2022 at 09:29:15PM +0000, Gavin Smith wrote: > On Sat, Feb 26, 2022 at 9:11 PM Patrice Dumas <[email protected]> wrote: > > The whole output file is encoded, the problem is that you encoded > > $image_file, it should not be, it is assumed to be decoded from the > > document. image_path could be encoded, but then the encoding should be > > passed such that it can be re-decoded, for error messages, for instance. > > It would probably be easier to do it the way you said and decode all > the file names and encode them just before use. It's too confusing > otherwise, even if doing it that way would give a little more > flexibility for non-UTF-8 input files and locales (assuming we > actually did it properly, and didn't ever break it by mistake).
Did I understand well that we should decode everything now? How do you want to proceed? -- Pat
