starting xpdf in a UTF-8 environment, if i type a non-ascii character into the save-as dialog, the file is saved using the octal esacpe sequence instead of the unicode character.
Hi Martin, Do other LessTif applications work ok? Can you try running /usr/bin/xpdf.bin directly? /usr/bin/xpdf is a shell script that fiddles with locale settings to workaround old LessTif bugs. Thanks Hamish
also sprach Hamish Moffatt <hamish@debian.org> [2006.10.07.0321 +0200]: I don't use any other ones. I just tried nedit and while the actual input box does not properly render UTF-8, the programme title bar shows the right characters, and the file is saved properly. Same problem.
reassign 391381 xpdf tag 391381 confirmed thanks I put file as ééé.pdf, xpdf shows it as ééé.pdf (Actually some of them were whilte box we Japanese call as TOFU. This is typical for latin1 -> UTF-8 conversion.) It loaded file OK. This is like http://bugs.debian.org/227913 http://bugs.debian.org/422346 Osamu