Updates:
Status: Accepted
Owner: jungleji
Comment #1 on issue 102 by jungleji: Encoding problem with TOC and Index
http://code.google.com/p/chmsee/issues/detail?id=102
The TOC and index contents are generated from .hhc and .hhk files.
In this webdes_ru.chm file, they are Contents.hhc and Index.hhk locating
in the extracted ../bookshelf/2e47ef.../ directory.
I examined the strings in these two file and found that they are
composed of character entities,
e.g. the first string:
"Ñîäåðæàíèå",
after decoding, it goes to
"Ñîäåðæàíèå"
I tried to convert the result with "WINDOWS-1251" encode again,
but it still remained the same form.
Do you have any experience to deal with this kind of encoding?