Do you happen to know whether other chm viewers render this
correctly?
See static void createNewTopic( TOCBuilderContext *context )
CHMTableOfContents.m:225, and I would guess that
context->lastTopic is thought to contain a unicode string,
but in fact does not; This is why I ask what other programs do.
Perhaps we need to check for encoding when we read the file
and always convert to unicode ...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=562881
Yes.
The file downloaded from
http://uk2.php.net/distributions/manual/php_manual_es.chm
shows '¿Qué es PHP' where it should be '¿Qué es PHP?'
Do you happen to know whether other chm viewers render this
correctly?
See static void createNewTopic( TOCBuilderContext *context )
CHMTableOfContents.m:225, and I would guess that
context->lastTopic is thought to contain a unicode string,
but in fact does not; This is why I ask what other programs do.
Perhaps we need to check for encoding when we read the file
and always convert to unicode ...
Logged In: YES
user_id=905230
Originator: NO
Russian characters are not displayed too.
I think, it can be useful to allow user select the encoding of file while opening