diff options
author | Robin Watts <Robin.Watts@artifex.com> | 2022-10-04 11:22:05 +0100 |
---|---|---|
committer | Robin Watts <Robin.Watts@artifex.com> | 2022-10-04 18:22:15 +0100 |
commit | 0414c4ac7592ff51c90a3b4d7b8673f647cc0c25 (patch) | |
tree | 9297e0933b4740f3748f9356e6d9fd51813edc49 /pcl | |
parent | dad61cb88801730588e1611ee95032392c92ba45 (diff) | |
download | ghostpdl-0414c4ac7592ff51c90a3b4d7b8673f647cc0c25.tar.gz |
Bug 705931: Avoid double encoding filenames with gs under gpdl.
When the postscript interpreter is run by itself, it has to
cope with decoding arguments supplied on the command line
into our internal format of utf8. For windows, this means
that it has to cope with converting from 'local' encoding to
utf8.
When we run gs under gpdl this decoding is done under the
pl level, so it's important that gs does not do such decoding
otherwise it will 'double decode'. Accordingly, disable the
decoding in the psitop.c layer.
Diffstat (limited to 'pcl')
0 files changed, 0 insertions, 0 deletions