When I open an edit an epub that has a non-ASCII file name (i.e. 副本保存失敗.epub) I cannot save it. I get the following error:
Code:
calibre, version 3.14.0
ERROR: Could not save: Saving of the book failed. Click "Show details" for more information. You can try to save a copy to a different location, via File->Save a copy
Traceback (most recent call last):
File "site-packages\calibre\gui2\tweak_book\save.py", line 199, in process_save
File "site-packages\calibre\gui2\tweak_book\save.py", line 211, in do_save
File "site-packages\calibre\gui2\tweak_book\save.py", line 74, in save_container
File "site-packages\calibre\utils\filenames.py", line 487, in atomic_rename
error: (123, 'MoveFileEx', 'The filename, directory name, or volume label syntax is incorrect.')
I am only able to save a copy using an ASCII name.
Is there an option in the editor to allow using non-ASCII file names?