imagemagick-6.9.0.3 convert to pdf incorrectly handles non-ansi symbols
Posted: 2015-12-07T06:15:39-07:00
convert utility uses output file's basename as a title of pdf.
But when it (output filename) contains non-ansi symbols, I see not expenced (and provided for standard English lang filenames) string, but an unreadable symbols sequence.
First, see as it should work (and works for ansi):
After open result file:
You' see "test" string in title's window.
After I want to use not only ansi symbols in output filename.
After open result file:
Here you can wonder seing 8-symbol unreadable sequence in title, instead of expected 4-letters word "тест".
But when it (output filename) contains non-ansi symbols, I see not expenced (and provided for standard English lang filenames) string, but an unreadable symbols sequence.
First, see as it should work (and works for ansi):
Code: Select all
$ convert 002.jpg test.pdf
Code: Select all
$ evince test.pdf
After I want to use not only ansi symbols in output filename.
Code: Select all
$ convert 002.jpg тест.pdf
Code: Select all
$ evince тест.pdf