0

My xCHM Reader can't open any file. When I try to open a chm file I get this error:

../src/common/unichar.cpp(65): assert "Assert failure" failed in ToHi8bit(): character cannot be converted to single byte

enter image description here

David Foerster
  • 36,890
  • 56
  • 97
  • 151

1 Answers1

0

The program "Archmage" can solve this problem. Just install it from repository and type in command line:

$ archmage 'name_of_your_chm_file'*

chm-file is an html archive, you will see a result of this operaion in the folder with your chm-file name + '_html' extension.

abu_bua
  • 11,313