View Single Post
Old 02-25-2023, 11:29 PM   #21
KIE18
Enthusiast
KIE18 began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Feb 2023
Device: none
Quote:
Originally Posted by Doitsu View Post
In that case the automatic codepage detection of the converter failed because the original files contained the following declaration:
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
As User_Z has already suggested, you could use Notepad++ to fix the encoding:
  • Open the file with it (Notepad++ should detect the encoding as Cyrillic > Macintosh or Cyrillic > Win-1251. If it doesn't, select Win-1251.)
  • Press CTRL+A to select all text, then press CTRL+C to copy the text to the clipboard.
  • Close the original file.
  • Select File > New and press CTRL+V to paste the clipboard contents into the new file.
  • Save the new file under the same name as the original file.
This'll definitely work, however, since the epub contains multiple files, you might want to search the Russian Internet for batch converters with support for Cyrillic encodings that allow you to manually select in the input and output encodings.
It didn't work. Maybe the file is somehow protected?
Attached Thumbnails
Click image for larger version

Name:	2023-02-26 после.png
Views:	119
Size:	148.2 KB
ID:	199947   Click image for larger version

Name:	2023-02-26_07-19-59 после.png
Views:	99
Size:	142.4 KB
ID:	199948  
KIE18 is offline   Reply With Quote