Quote:
Originally Posted by Doitsu
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?