Quote:
Originally Posted by kovidgoyal
I'll look at the ticket when I get time. But calibre processes unicode arguments correctly on windows (it also uses GetCommandLineW) so the bug is probably elsewhere.
|
You're right, since unicode titles are processed correctly it's probably not the argument code.
I've found an easier way to reproduce it, cut and paste the following into a console window:
Code:
"c:\program files\calibre\web2lrf.exe" -u http://localhost -o abc_ΠΣΩ.lrf default
I've updated the ticket but in case you read this first. As time permits I'll trace through the calibre code and see if anything jumps out.