Public bug reported: Binary package hint: pdftk
Pdftk cannot work with non-ascii named files. For example: -------------------------------------------------------------------------------------------- [EMAIL PROTECTED]:~/Desktop$ ls -l total 7112 drwxr-xr-x 3 master master 8 2007-10-28 15:04 examples -rw-r--r-- 1 master master 5842516 2007-10-28 15:03 tutorial.tar.gz -rw-rw-r-- 1 master master 1437044 2007-10-02 08:46 Панкратьев.pdf [EMAIL PROTECTED]:~/Desktop$ pdftk Панкратьев.pdf dump_data output ahha Error: Failed to open PDF file: Панкратьев.pdf Errors encountered. No output created. Done. Input errors, so no output created. -------------------------------------------------------------------------------------------- It happens because input and output file names decode into Latin1 character set with the code like this one: java::String* jv_output_filename_p= JvNewStringLatin1( output_filename.c_str() ); You can see it in the pdftk/pdftk.cc file. ** Affects: pdftk (Ubuntu) Importance: Undecided Status: New -- Pdftk cannot work with non-ascii named files https://bugs.launchpad.net/bugs/158025 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs