Fix MMI text conversion

Status
Not open for further replies.

GitHub

Moderator
Fix MMI text conversion

don't use inline convertDVBUTF8 function as it does
implicit char* to string conversion which is a problem
as the string can contain \0 in the character encoding
(e.g. 0x10, 0x00, 0x01 for ISO/IEC 8859-1)

Thanks madface2000!

Continue reading...
 
Status
Not open for further replies.
Back
Top