computerline1z / okapi

Automatically exported from code.google.com/p/okapi
0 stars 0 forks source link

Warning about Issue decoding bytes into character in RTF processor #369

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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