Quote:
Originally Posted by konstantinus
I wrote about the problem with .epub for information, of course I can process the entire directory or use the method you suggest. The main problem is that all this is done through cmd.exe, as a result, the symbol of an unbreakable space changes to a simple space. Everything works fine in PowerShell, but I do not want to use the command line, I want to click / drag the file.
|
Interesting. I tried converting from a Powershell prompt and from a cmd prompt (using file by file and passing the directory so 4 output files from each input file)and the SHA-256 checksums for the kepub files generated from the same epub were identical. All three test input files had multiple & #160; or & nbsp; embedded. I also tried dropping a single file and a directory on kepubify and it converted the file/directory as expected with the identical SHA-256 checksums as any other method I tried.
BTW, IMNSHO, when you write about a problem, including an image of a method that will not work is not the best way to demonstrate the issue.
Code:
C:\Users\David\Desktop\oeb>kepubify Convtest
Kepubify v2.3.1: Converting 3 books
Output folder: C:\Users\David\Desktop\oeb
[1/3] Converting 'C:\Users\David\Desktop\oeb\Convtest\The Island Deception - Dan Koboldt.epub'
[2/3] Converting 'C:\Users\David\Desktop\oeb\Convtest\The Rogue Retrieval - Dan Koboldt.epub'
[3/3] Converting 'C:\Users\David\Desktop\oeb\Convtest\On Basilisk Station - David Weber.epub'
3 total, 3 converted, 0 skipped, 0 erroredkepubify convtest
Code:
PS C:\Users\David\desktop\oeb> .\kepubify Convtest
Kepubify v2.3.1: Converting 3 books
Output folder: C:\Users\David\desktop\oeb
[1/3] Converting 'C:\Users\David\desktop\oeb\Convtest\On Basilisk Station - David Weber.epub'
[2/3] Converting 'C:\Users\David\desktop\oeb\Convtest\The Island Deception - Dan Koboldt.epub'
[3/3] Converting 'C:\Users\David\desktop\oeb\Convtest\The Rogue Retrieval - Dan Koboldt.epub'
3 total, 3 converted, 0 skipped, 0 errored
Given that I do not see the problem of a non-breaking space being converted to a space, perhaps you might want to look at the locale settings on your computer.