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...
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...