wanglongqi / pdf2djvu

Automatically exported from code.google.com/p/pdf2djvu
0 stars 2 forks source link

Cannot handle filenames with CJK characters #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. a PDF file with a non-english file name, e.g. 诗经植物图鉴.pdf
2. run pdf2djvu.exe --output "诗经植物图鉴.djvu" --guess-dpi 
"诗经植物图鉴.pdf"
3. pdf2djvu exit with error message: 

"Assertion failed: file_name[length - 1] == '!', file system.cc, line 1184

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information."

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
pdf2djvu-win32_0.7.4.zip

Please provide any additional information below.

Original issue reported on code.google.com by luweit...@gmail.com on 15 Dec 2010 at 1:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks. It turns out it's a bug in runtime library coming with my C compiler:
http://bugs.debian.org/607215

Original comment by jwilk@jwilk.net on 16 Dec 2010 at 11:11

GoogleCodeExporter commented 9 years ago
pdf2djvu@googlecode.com wrote on 2010-12-16 19:11:

So... Will you fix that bug?

Original comment by luweit...@gmail.com on 17 Dec 2010 at 5:29

GoogleCodeExporter commented 9 years ago
Could you please test this pre-release?
http://pdf2djvu.googlecode.com/files/pdf2djvu-win32_0.7.5-test1.zip

Original comment by jwilk@jwilk.net on 17 Dec 2010 at 7:00

GoogleCodeExporter commented 9 years ago
pdf2djvu@googlecode.com wrote on 2010-12-18 3:01:

Yes, it can handle pdf with chinese filenames correctly. Thank you!

Original comment by luweit...@gmail.com on 20 Dec 2010 at 4:07

GoogleCodeExporter commented 9 years ago
Should be fixed in 0.7.5.

Original comment by jwilk@jwilk.net on 19 Jan 2011 at 11:58