Quite often the RTF processor generates warnings about Issue decoding bytes
into character, typically getting an input of 1 byte instead of more as it
would expect based on the font's encoding and the characters.
So far this problem seems to be, in the vast majority of the cases, due to
incorrect coding of the font's charset. Not to a bug of the code.
But we need to decide how to resolve this recurring warning: either not
generate it (if we keep ignoring it), or providing extra information to allow
the user to decide whether it is a valid issue or a false warning.
Original issue reported on code.google.com by yves.sav...@gmail.com on 3 Oct 2013 at 10:20
Original issue reported on code.google.com by
yves.sav...@gmail.com
on 3 Oct 2013 at 10:20